home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
btsys.arc
/
BTGETSP.C
< prev
next >
Wrap
Text File
|
1984-12-14
|
270b
|
15 lines
/* btgetsp */
#include <stdio.h>
#include <btextern.h>
int btgetsp (filhand)
int filhand;
/* gets a node number for a new node */
{
ip2 = btfilar[filhand].infobuf + 2;
return (++*ip2); /* increment the current value */
}
/* end of btgetsp */